home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 18 / Developer Source Volume 18 (I-MODE Publications, Inc.)(2000).iso / visua / feb98 / lestf104.gif < prev    next >
Graphics Interchange Format  |  1998-06-08  |  28KB  |  609x405  |  4-bit (4 colors)
Labels: text | font | number | screenshot | black and white | parallel | menu | receipt | document
OCR: Method Description BeginTrans Begins a transaction: Cancel Cancels an executing query. This does not roll back any changes performed and could have unpredictable results unless the transactions are rolled back first: Close Closes a connection, rolling back all transactions for any open result sets associated with this connection. Commitfrons Commits the transaction. CreatePreparedStatement Creates a prepared statement Execute Executes a prepared statement of query. getAsyncCheckinterval Sets the timer for checking up on asynchronous queries. getConnect Discovers information about the existing connection gethDbc Returns the ODBC connection handle. getName Returns the name of the object that you called this method with getQueryTimeout Returns the amount of time the Driver Manager waits for a query to execute: getrdoResultsets Returns the collection of result sets for this connection gefrdo Tables Returns the collection of fables for this connection. getRowsAffected Returns the number of rows affected by the last Execute. gefStillExecuting Returns true if the asynchronous query is still executing, false otherwise. gettransactions Returns the transactions collection associated with this object. getUpdotable Returns true if you can make changes to the data object, false otherwise getVersion Returns the version of the data source. OpenResultset Opens a new result set on a data source. pufAsyncCheckinterval Sets the interval for RDO to update the status of the StillExecuting property. puiQueryTimeout Sets the interval, in seconds, that the ODBC Driver Manager waits before timing out a query. RollbackTrans Ends all current transactions and restores the rdoEnvironment to its initial stote before beginning the current operation. Figure 4: The methods of the rdoConnection objec.